home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / nu80 / cpage852.ps! / CPAGE852.PS
Text File  |  1994-04-23  |  2KB  |  40 lines

  1. /reencodedict 16 dict def
  2. /ReEncodeFont {
  3. reencodedict begin /newcodes exch def /newfontname exch def /basefontname exch def
  4. /basefontdict basefontname findfont def
  5. /newfont basefontdict maxlength dict def
  6. basefontdict { exch dup /FID ne { dup /Encoding eq { exch dup length array copy newfont 3 1 roll put }
  7. { exch newfont 3 1 roll put } ifelse } { pop pop } ifelse } forall
  8. newfont /FontName newfontname put
  9. 128 1 255 { newfont /Encoding get exch /.notdef put } for
  10. newcodes aload pop newcodes length 2 idiv { newfont /Encoding get 3 1 roll put } repeat
  11. newfontname newfont definefont pop
  12. end
  13. } def
  14.  
  15. /CodePage852 [ 7/bullet 16/grave 17/acute 18/circumflex 19/tilde 20/macron
  16. 21/breve 22/dotaccent 23/dieresis 24/ring 25/cedilla 26/hungarumlat
  17. 27/ogonek 28/caron
  18.  
  19. 128/Ccedilla 129/udieresis 130/eacute 131/acircumflex 132/adieresis
  20. 135/ccedilla 136/lslash 137/edieresis 140/i 142/Adieresis
  21.  
  22. 144/Eacute 146/Iacute 147/ocircumflex 148/odieresis 153/Odieresis
  23. 154/Udieresis 157/Lslash
  24.  
  25. 160/aacute 161/i 162/oacute 163/uacute 166/Zcaron 167/zcaron 170 space
  26. 174/guillemotleft 175/guillemotright
  27.  
  28. 179/bar 180/plus 181/Aacute 182/Acircumflex 185/plus 186/bar 187/plus 188/plus
  29. 191/plus
  30.  
  31. 192/plus 193/plus 194/plus 195/plus 196/hyphen 197/plus 200/plus 201/plus
  32. 202/plus 203/plus 204/plus 205/hyphen 206/plus 207/currency
  33.  
  34. 211/Edieresis 214/Iacute 215/Icircumflex 217/plus 218/plus
  35.  
  36. 224/Oacute 225/germandbls 226/Ocircumflex 233/Uacute
  37.  
  38. 245/section 247/cedilla 248/ring 249/dieresis 250/periodcentered
  39. ] def
  40.